home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / office / autodemo_officexp / default / demo.exe / scripts / DefineButton2_11 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-05-15  |  380 b   |  23 lines

  1. on(release){
  2.    tellTarget("/section_title")
  3.    {
  4.       gotoAndStop("white_out");
  5.       play();
  6.    }
  7.    tellTarget("/question_space")
  8.    {
  9.       gotoAndStop("white_out");
  10.       play();
  11.    }
  12.    tellTarget("/go_white")
  13.    {
  14.       gotoAndStop("white");
  15.       play();
  16.    }
  17.    tellTarget("/exit_mov")
  18.    {
  19.       gotoAndStop("collaborative");
  20.       play();
  21.    }
  22. }
  23.